@media print {
  #fsHeader,
  #fsFooter,
  #fsPoweredByFinalsite,
  .fsElementControls,
  .fsAlertIcon,
  .fsCalendarMonthBrowser button {
    display: none;
    }
  .fsCalendarEventGrid .fsCalendarDaybox {
    border: none;
    border-top: 1px solid #ccd1d1;
    height: auto !important;
    page-break-inside: avoid;
    min-height: 30px;
    }
  #fsPageBody {
    min-width: 960px;
    }
  .fsCalendarRow {
    page-break-inside: avoid;
    }
}